projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d0efd
)
Set the location mode when changing the operation mode
author
Federico Mena Quintero
<federico@gnome.org>
Wed, 27 Jul 2011 23:41:23 +0000
(18:41 -0500)
committer
Federico Mena Quintero
<federico@gnome.org>
Wed, 27 Jul 2011 23:56:27 +0000
(18:56 -0500)
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkfilechooserdefault.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdefault.c
b/gtk/gtkfilechooserdefault.c
index f68143ad44762d2b8ebd23f6f572255413cf18c1..d24c3c110b7ee5bf53eec68af9c71e64848f0e82 100644
(file)
--- a/
gtk/gtkfilechooserdefault.c
+++ b/
gtk/gtkfilechooserdefault.c
@@
-5243,6
+5243,7
@@
operation_mode_set_browse (GtkFileChooserDefault *impl)
impl->action == GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER)
{
gtk_widget_show (impl->location_button);
+ location_mode_set (impl, impl->location_mode, TRUE);
if (impl->location_mode == LOCATION_MODE_FILENAME_ENTRY)
gtk_widget_show (impl->location_entry_box);